func github.com/go-pg/pg/v10.removeIfExists

2 uses

	github.com/go-pg/pg/v10 (current package)
		listener.go#L187: 	ln.channels = removeIfExists(ln.channels, channels...)
		listener.go#L382: func removeIfExists(ss []string, es ...string) []string {